go/constant.int64Val.String (method, view implemented interface methods)

2 uses

	go/constant (current package)
		value.go#L188: func (x int64Val) String() string { return strconv.FormatInt(int64(x), 10) }
		value.go#L244: func (x int64Val) ExactString() string   { return x.String() }